Configuring SSL certificates
The network.yaml should be configured to pint to the SSL certificates location when HTTPS connection is configured for Palette/RM applications.
Palette Application SSL Location Details
pem:
key:
resource:
path: "<Path to the private key>"
cert-chain:
resource:
path: "<Path to the SSL certificate>"
|
RM Application Port SSL Location Details
pem:
key:
resource:
path: "<Path to the private key>"
cert-chain:
resource:
path: "<Path to the SSL certificate>"
|